home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / sp.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  44 lines

  1. <search function="sp">
  2.   <name>Safe Proxy</name>
  3.   <description>
  4.     Anonymous browsing through the safeproxy.org proxy.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>sp nsa.gov</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Functions</category>
  11.   <link>http://safeproxy.org/</link>
  12.   <contributor>David Bau</contributor>
  13.   
  14.   <form name="spf"
  15.         action="http://www.safeproxy.org/cgi-bin/nph-proxy.cgi/010110A/x-proxy/start"
  16.         method="get">
  17.     <input type="hidden" name="URL"/>
  18.     <input type="hidden" name="rc"/>
  19.     <input type="hidden" name="rs"/>
  20.     <input type="hidden" name="fa"/>
  21.     <input type="hidden" name="br"/>
  22.     <input type="hidden" name="if"/>
  23.   </form>
  24.   
  25.   <script><![CDATA[
  26.     function sp(q)
  27.     {
  28.       if (nullArgs("sp",q))
  29.         return false;
  30.       else
  31.       {
  32.         document.spf.URL.value = q;
  33.         submitForm(spf);
  34.       }
  35.     }
  36.   ]]></script>
  37.  
  38.   <copyright>
  39.     Copyright (c) 2002 David Bau
  40.     Distributed under the terms of the
  41.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  42.   </copyright>
  43. </search>
  44.